AuthenticationCallback

fun fun interface AuthenticationCallback

The AuthenticationCallback listener to be invoked with the result of the authentication process.

Functions

onAuthenticationResult
Link copied to clipboard
abstract fun onAuthenticationResult(authenticationResult: AuthenticationResult)
Callback method that is called with the result of the authentication process.